home *** CD-ROM | disk | FTP | other *** search
- global gTTKname,mS
- get cd fld "username" in cd 1
- if it = "" then
- unlock screen
- ask tStr("LibMsg",28) && the short name of this stack &&tStr("LibMsg",29)
- if it ¡ "" then
- put it into cd fld "username" in cd 1
- hide menubar
- put "false" into mS
- get getstr("ReadHelpCSTR")
- if it = ""
- then
- put the lockmessages into waslocked
- LM true
- LS
- push cd
- go stack "the library"
- setstr "ReadHelpCSTR","true"
- pop cd
- US
- LM waslocked
- help
- end if
- else
- domenu (the name of the last menuitem of menu 2)
- end if
- end if